ComponentOne Scheduler for WPF and Silverlight
NewAppointmentDialog(DateTime,DateTime,Nullable<Boolean>,BaseObject) Method

C1.WPF.Schedule Namespace > C1Scheduler Class > NewAppointmentDialog Method : NewAppointmentDialog(DateTime,DateTime,Nullable<Boolean>,BaseObject) Method
The start value.
The end value.
The System.Boolean value specifying whether appointment is all-day event.
The object determining SchedulerGroupItemen for which appointment should be created.
Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment object with the specified parameters.
Syntax
'Declaration
 
Public Overloads Sub NewAppointmentDialog( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal allDayEvent As System.Nullable(Of Boolean), _
   ByVal groupOwner As BaseObject _
) 
public void NewAppointmentDialog( 
   System.DateTime start,
   System.DateTime end,
   System.Nullable<bool> allDayEvent,
   BaseObject groupOwner
)

Parameters

start
The start value.
end
The end value.
allDayEvent
The System.Boolean value specifying whether appointment is all-day event.
groupOwner
The object determining SchedulerGroupItemen for which appointment should be created.
See Also

Reference

C1Scheduler Class
C1Scheduler Members
Overload List